home *** CD-ROM | disk | FTP | other *** search
- /*______________________________________________________________________
-
- gff.h - Get File or Folder Module Interface.
-
- Copyright ⌐ 1988, 1989, 1990 Northwestern University. Permission is granted
- to use this code in your own projects, provided you give credit to both
- John Norstad and Northwestern University in your about box or document.
- _____________________________________________________________________*/
-
- #ifndef __gff__
- #define __gff__
-
- char *PathNameFromDirID(long DirID, short vRefNum, char *s);
- char *PathNameFromWD(long vRefNum, char *s);
-
- extern void gff_Get (Point *where, Str255 prompt, FileFilterProcPtr fileFilter,
- short numTypes, SFTypeList typeList, SFReply *reply,
- short dlgID);
-
- #endif
-